Now that you have touched Python, you can tell how easy it is! Python makes many things possible that would be possible with many complications in C or Java.
requests for sending HTTP Requestscipy for Scientific Computationnumpy for High Performace Arraystensorflow for neural networks (By Google)
and many moreMake your code well documented with the usage of docstrings
Don't hesitate to Google
StackOverflow is the place
Feel free to contribute to this project at GitHub
Good Luck Ahead!